projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
304bbef
)
(syms_of_xdisp) <mode-line-inverse-video>: Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 11 Dec 2006 16:39:09 +0000
(16:39 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 11 Dec 2006 16:39:09 +0000
(16:39 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 300f3704731d0c709e68d3d69f31ea28a5bc1cb4..9ae4a6764c204158d6407367ac50b9382470a035 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-23977,7
+23977,7
@@
Value is a number or a cons (WIDTH-DPI . HEIGHT-DPI). */);
truncate_partial_width_windows = 1;
DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video,
- doc: /*
nil means
display the mode-line/header-line/menu-bar in the default face.
+ doc: /*
When nil,
display the mode-line/header-line/menu-bar in the default face.
Any other value means to use the appropriate face, `mode-line',
`header-line', or `menu' respectively. */);
mode_line_inverse_video = 1;